GraphicPropertiesProtect Property
Specifies whether the content, size, or position of a frame is protected. The value of this attribute can be either none or a white space separated list that consists of any of the values content, position, or size.
The defined values for the style:protect attribute are:
- content: content of a frame should be protected from editing.
- none: the content, size and position of a frame should be subject to editing.
- position: the position of a frame should be protected from editing.
- size: the size of a frame should be protected from editing.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public ProtectType Protect { get; set; }
Public Property Protect As ProtectType
Get
Set
Property Value
ProtectType